home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 806 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  878 b 

  1. Date: Fri, 14 Jan 94 04:19:13 MST
  2. From: shenson@nyx.cs.du.edu (Stephen Henson)
  3. Message-Id: <9401141119.AA08025@nyx.cs.du.edu>
  4. X-Disclaimer: Nyx is a public access Unix system run by the University
  5.     of Denver.  The University has neither control over nor
  6.     responsibility for the opinions or correct identity of users.
  7. To: mint@terminator.rs.itd.umich.edu
  8. Subject: Filesystem compatability ...
  9.  
  10. Personally I'm in favour of run time code if at all possible. This has the
  11. advantage of not requiring recompilation or two binary versions. This could
  12. be made fairly transparent. E.g. for a shell if $HOME is on a Minixfs partition
  13. use .shellrc if GEMDOS shell.rc .
  14.     Alternatively there is lways the possibility of binary configuration,
  15. this is very easy with the nlist() finction. I can post an example of how
  16. to do this if anyone isn't sure and it's the most compact solution.
  17. Steve.
  18.